home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / Examples / Button / MacMake.bmk < prev    next >
Encoding:
Text File  |  1994-04-21  |  2.0 KB  |  60 lines  |  [TEXT/MPS ]

  1. #========================================================================================
  2. #
  3. #    File:                MakeMake.bmk
  4. #    Release Version:    $ 1.0d1 $
  5. #
  6. #    Author:                Henri Lamiraux
  7. #    Creation Date:        3/28/94
  8. #
  9. #    Copyright:    © 1993, 1994 by Apple Computer, Inc., all rights reserved.
  10. #
  11. #========================================================================================
  12. __DynamicComponentName = ButtonPart
  13.  
  14. __IncludeDirs = ∂
  15.     -i "{BedODCPlusIncludes}" ∂
  16.     -i "{OPF}Found:FWCommon:Include:" ∂
  17.     -i "{OPF}Found:FWTaskG:Include:" ∂
  18.     -i "{OPF}Found:FWRunTyp:Include:" ∂
  19.     -i "{OPF}Found:FWDebug:Include:" ∂
  20.     -i "{OPF}Found:FWExcLib:Include:" ∂
  21.     -i "{OPF}Found:BCCollec:Support:" ∂
  22.     -i "{OPF}Found:BCCollec:Structs:Maps:" ∂
  23.     -i "{OPF}Found:BCCollec:Structs:Collects:" ∂
  24.     -i "{OPF}Found:FWStream:Include:" ∂
  25.     -i "{OPF}Found:FWArchiv:Include:" ∂
  26.     -i "{OPF}Found:FWString:Include:" ∂
  27.     -i "{OPF}OS:FWGraphx:Include:" ∂
  28.     -i "{OPF}FrameWrk:FWPart:Include:" ∂
  29.     -i "{_BedTargetDir}Include:"
  30.  
  31. __BedRCIncludeDirs = ∂
  32.     -i "{BedODRIncludes}" ∂
  33.  
  34. __ComponentObjects = ∂
  35.     "{_BedTargetObjectsDir}"ButtonPart.cpp.o ∂
  36.     "{_BedTargetObjectsDir}Templat.o"
  37.  
  38. __ExportedComponentObjects = ∂
  39.     "{_BedTargetObjectsDir}"ButtonPart.cpp.o
  40.  
  41. __ComponentResources = ∂
  42.     "{_BedTargetObjectsDir}"ButtonPart.rsrc
  43.     
  44. __FrameworkResources=
  45.  
  46. # directory dependency propagation
  47. "{_BedTargetObjectsDir}" ƒ "{_BedTargetDir}Sources:" "{_BedTargetDir}Other:"
  48.  
  49. # Its not easy turning sym off for just a single file, so here we strip out symbols
  50. # using lib. Not only is this a hack but could be problematic if the object file is
  51. # large enough that the compiler goes over the 64k OMF record limit.
  52.  
  53. "{_BedTargetObjectsDir}Templat.o" ƒ "{_BedTargetObjectsDir}Templat.cpp.o"
  54.     {_BedLib} -mf -sym off ∂
  55.          -o "{_BedTargetObjectsDir}Templat.o" ∂
  56.         "{_BedTargetObjectsDir}Templat.cpp.o"
  57.  
  58. #####################################################################################
  59. # Dependencies
  60. #####################################################################################